Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Fantasticini committed Nov 23, 2023
1 parent d5b9958 commit 3ae771e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/standard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Super-sast-Artifact
name: super-sast-action

on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
on: push

jobs:
standard:
Expand All @@ -23,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/[email protected]
- uses: DrPlumcake/[email protected]
with:
ignore_failure: true
bandit_config_file: ".bandit.yaml"
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/super-sast-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Super-sast-Artifact
name: super-sast-action_local_container

on: push

Expand All @@ -14,14 +14,9 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.7' ]
name: Python ${{ matrix.python-version }} ${{ matrix.os }}
name: Docker - Python:${{ matrix.python-version }} - OS:${{ matrix.os }}

steps:
- name: GitHub env variables
run: |
echo "$GITHUB_API_URL"
echo "$GITHUB_REPOSITORY"
echo "$GITHUB_SHA"
- uses: actions/checkout@v2

- name: Build Docker image
Expand Down

0 comments on commit 3ae771e

Please sign in to comment.