Skip to content

Commit

Permalink
feat(impl):[TRI-693] cleanup workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Sep 26, 2022
1 parent f46d6b6 commit 11a05a9
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: "CodeQL code analysis"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eclipse-dash.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Eclipse Dash"
name: "Eclipse DASH IP Check"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Charts
name: Release Helm Charts

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IRS TEST Setup Test Data
name: Integration testdata setup

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IRS CI Integration test
name: IRS integration tests

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IRS CI
name: IRS build

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "KICS"
name: "KICS security and vulnerability scanner"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "owasp"
name: "OWASP dependency scanner"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spotbugs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "spotbugs"
name: "Spotbugs bug detection"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Depending on the location of your Docker container
# you need to change the path to the specific Docker registry.
#
name: "Trivy"
name: "Trivy vulnerability scanner"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Veracode Static Analysis
name: Veracode SAST test
on:
schedule:
- cron: "0 0 * * *"
Expand Down
File renamed without changes.

0 comments on commit 11a05a9

Please sign in to comment.