Coder Social home page Coder Social logo

Comments (4)

kingthorin avatar kingthorin commented on June 12, 2024 1

As a work around you could simply add a step to your action workflow that exits successfully, if your goal is to always run the action but not ever fail the build

...
steps:
    ...
    - name: Exit with success
      run: exit 0

from action-baseline.

richAtreides avatar richAtreides commented on June 12, 2024

Is this being worked on?

from action-baseline.

Lewiscowles1986 avatar Lewiscowles1986 commented on June 12, 2024

Will it fail every time? The warnings are not new on the second run. If it's just priming to give discoverability this seems almost desirable. If not, then they are not warnings, but errors and it's an indictment of the tool. For example running on a website with no cookies, hardly any JS, no contact forms, no user login, it starts telling me about software discoverability. There is no software I own in the stack, and the complaints are at best paranoid.

HSTS header missing... Well if I were testing an e-commerce site that might make sense, but actually I want http access.

from action-baseline.

kingthorin avatar kingthorin commented on June 12, 2024

Will it fail every time?

It depends how you've configured it.

The warnings are not new on the second run.

Have you configured it to only care about new alerts?

HSTS header missing... Well if I were testing an e-commerce site that might make sense, but actually I want http access.

That's why you have the option of passing a rules file. If you don't care about HSTS then configure it as such...

from action-baseline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.